New-aduser -name "userTest" -AccountPassword $password  
-CannotChangePassword $False -City "Marseille" -Company "ENI" -Department "IT"  
-Description "Création à l'aide de Powershell" -DisplayName "Utilisateur Test"  
-EmailAddress "Test@nibonnet.fr" -Enabled $True -GivenName "Utilisateur"  
-HomePage "www.nibonnet.fr" -PasswordNeverExpires $True -SamAccountName "utest" 
-UserPrincipalName "Test@Formation.local"
